3.5.6 \(\int \frac {x^{11}}{2+3 x^4+x^8} \, dx\) [406]

Optimal. Leaf size=26 \[ \frac {x^4}{4}+\frac {1}{4} \log \left (1+x^4\right )-\log \left (2+x^4\right ) \]

[Out]

1/4*x^4+1/4*ln(x^4+1)-ln(x^4+2)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 26, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 4, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.250, Rules used = {1371, 717, 646, 31} \begin {gather*} \frac {x^4}{4}+\frac {1}{4} \log \left (x^4+1\right )-\log \left (x^4+2\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^11/(2 + 3*x^4 + x^8),x]

[Out]

x^4/4 + Log[1 + x^4]/4 - Log[2 + x^4]

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 646

Int[((d_.) + (e_.)*(x_))/((a_) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> With[{q = Rt[b^2 - 4*a*c, 2]}, Dist[
(c*d - e*(b/2 - q/2))/q, Int[1/(b/2 - q/2 + c*x), x], x] - Dist[(c*d - e*(b/2 + q/2))/q, Int[1/(b/2 + q/2 + c*
x), x], x]] /; FreeQ[{a, b, c, d, e}, x] && NeQ[2*c*d - b*e, 0] && NeQ[b^2 - 4*a*c, 0] && NiceSqrtQ[b^2 - 4*a*
c]

Rule 717

Int[((d_.) + (e_.)*(x_))^(m_)/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Simp[e*((d + e*x)^(m - 1)/(c*(
m - 1))), x] + Dist[1/c, Int[(d + e*x)^(m - 2)*(Simp[c*d^2 - a*e^2 + e*(2*c*d - b*e)*x, x]/(a + b*x + c*x^2)),
 x], x] /; FreeQ[{a, b, c, d, e}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - b*d*e + a*e^2, 0] && NeQ[2*c*d - b*
e, 0] && GtQ[m, 1]

Rule 1371

Int[(x_)^(m_.)*((a_) + (c_.)*(x_)^(n2_.) + (b_.)*(x_)^(n_))^(p_.), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplif
y[(m + 1)/n] - 1)*(a + b*x + c*x^2)^p, x], x, x^n], x] /; FreeQ[{a, b, c, m, n, p}, x] && EqQ[n2, 2*n] && NeQ[
b^2 - 4*a*c, 0] && IntegerQ[Simplify[(m + 1)/n]]

Rubi steps

\begin {align*} \int \frac {x^{11}}{2+3 x^4+x^8} \, dx &=\frac {1}{4} \text {Subst}\left (\int \frac {x^2}{2+3 x+x^2} \, dx,x,x^4\right )\\ &=\frac {x^4}{4}+\frac {1}{4} \text {Subst}\left (\int \frac {-2-3 x}{2+3 x+x^2} \, dx,x,x^4\right )\\ &=\frac {x^4}{4}+\frac {1}{4} \text {Subst}\left (\int \frac {1}{1+x} \, dx,x,x^4\right )-\text {Subst}\left (\int \frac {1}{2+x} \, dx,x,x^4\right )\\ &=\frac {x^4}{4}+\frac {1}{4} \log \left (1+x^4\right )-\log \left (2+x^4\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 26, normalized size = 1.00 \begin {gather*} \frac {x^4}{4}+\frac {1}{4} \log \left (1+x^4\right )-\log \left (2+x^4\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^11/(2 + 3*x^4 + x^8),x]

[Out]

x^4/4 + Log[1 + x^4]/4 - Log[2 + x^4]

________________________________________________________________________________________

Maple [A]
time = 0.02, size = 23, normalized size = 0.88

method result size
default \(\frac {x^{4}}{4}+\frac {\ln \left (x^{4}+1\right )}{4}-\ln \left (x^{4}+2\right )\) \(23\)
norman \(\frac {x^{4}}{4}+\frac {\ln \left (x^{4}+1\right )}{4}-\ln \left (x^{4}+2\right )\) \(23\)
risch \(\frac {x^{4}}{4}+\frac {\ln \left (x^{4}+1\right )}{4}-\ln \left (x^{4}+2\right )\) \(23\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^11/(x^8+3*x^4+2),x,method=_RETURNVERBOSE)

[Out]

1/4*x^4+1/4*ln(x^4+1)-ln(x^4+2)

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 22, normalized size = 0.85 \begin {gather*} \frac {1}{4} \, x^{4} - \log \left (x^{4} + 2\right ) + \frac {1}{4} \, \log \left (x^{4} + 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^11/(x^8+3*x^4+2),x, algorithm="maxima")

[Out]

1/4*x^4 - log(x^4 + 2) + 1/4*log(x^4 + 1)

________________________________________________________________________________________

Fricas [A]
time = 0.36, size = 22, normalized size = 0.85 \begin {gather*} \frac {1}{4} \, x^{4} - \log \left (x^{4} + 2\right ) + \frac {1}{4} \, \log \left (x^{4} + 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^11/(x^8+3*x^4+2),x, algorithm="fricas")

[Out]

1/4*x^4 - log(x^4 + 2) + 1/4*log(x^4 + 1)

________________________________________________________________________________________

Sympy [A]
time = 0.04, size = 19, normalized size = 0.73 \begin {gather*} \frac {x^{4}}{4} + \frac {\log {\left (x^{4} + 1 \right )}}{4} - \log {\left (x^{4} + 2 \right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**11/(x**8+3*x**4+2),x)

[Out]

x**4/4 + log(x**4 + 1)/4 - log(x**4 + 2)

________________________________________________________________________________________

Giac [A]
time = 3.94, size = 22, normalized size = 0.85 \begin {gather*} \frac {1}{4} \, x^{4} - \log \left (x^{4} + 2\right ) + \frac {1}{4} \, \log \left (x^{4} + 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^11/(x^8+3*x^4+2),x, algorithm="giac")

[Out]

1/4*x^4 - log(x^4 + 2) + 1/4*log(x^4 + 1)

________________________________________________________________________________________

Mupad [B]
time = 1.32, size = 22, normalized size = 0.85 \begin {gather*} \frac {\ln \left (x^4+1\right )}{4}-\ln \left (x^4+2\right )+\frac {x^4}{4} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^11/(3*x^4 + x^8 + 2),x)

[Out]

log(x^4 + 1)/4 - log(x^4 + 2) + x^4/4

________________________________________________________________________________________